home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / cdity / Yak210src.lha / Yak_2.10_Src / locale / Yak_h.sd < prev    next >
Text File  |  1994-12-19  |  660b  |  36 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `%fv'
  5.    from "%f0".
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #ifndef YAK_CAT_H
  11. #define YAK_CAT_H
  12.  
  13.  
  14. /*  Prototypes    */
  15. extern void OpenLocaleStuff(char * language);
  16. extern void CloseLocaleStuff(void);
  17. extern char *getString(APTR);
  18.  
  19. /*  Definitions */
  20. extern struct Library *LocaleBase;
  21. extern struct Locale *locale;
  22.  
  23. #if defined(CONV) || defined(PREFS)
  24.  
  25. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  26.  
  27. #else
  28.  
  29. #define %i "\\x%1x" %s
  30.  
  31. #endif
  32.  
  33.  
  34. #endif /*   !YAK_CAT_H  */
  35.  
  36.